home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat 1997 January
/
macformat46.iso
/
Shareware Plus
/
Applications
/
Charting Coach
/
Charting Coach V2.0sw
/
Charting Coach V2.DXR
/
00192.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-10-13
|
311 b
|
18 lines
on mouseUp
global endDate, stamp, comments, dayNo
if the doubleClick then
exit
end if
set endDate to endDate + 1
if count(stamp) = 0 then
set dayNo to 0
append(comments, " ")
go("chart stamp")
cursor(0)
else
set dayNo to count(stamp)
go("rel")
cursor(0)
end if
end